;;; Commentary:
;; This file will be copied to ldefs-boot.el and checked in
-;; periodically.
+;; periodically. Note: When checking in ldefs-boot.el, don't include
+;; changes to any other files in the commit.
;;; Code:
(autoload 'diff-mode "diff-mode" "\
Major mode for viewing/editing context diffs.
-Supports unified and context diffs as well as (to a lesser extent)
-normal diffs.
+Supports unified and context diffs as well as, to a lesser extent, diffs
+in the old \"normal\" format. (Unified diffs have become the standard,
+most commonly encountered format.)
When the buffer is read-only, the ESC prefix is not necessary.
If you edit the buffer manually, `diff-mode' will try to update the hunk
switch on in any major mode), a list of modes (meaning switch on only
in those modes and their descendants), or a list (not MODES...),
meaning switch on in any major mode except MODES. The value can also
-mix all of these forms, see the info node `Defining Minor Modes' for
-details. The :predicate key causes the macro to create a user option
+mix all of these forms, see the Info node `(elisp)Defining Minor Modes'
+for details. The :predicate key causes the macro to create a user option
named the same as MODE, but ending with \"-modes\" instead of \"-mode\".
That user option can then be used to customize in which modes this
globalized minor mode will be switched on.
(fn FUNCTION &optional LISP-ONLY)")
(autoload 'find-function "find-func" "\
-Find the definition of the FUNCTION near point.
+Find the definition of the Emacs Lisp FUNCTION near point.
Finds the source file containing the definition of the function
near point (selected by `function-called-at-point') in a buffer and
See also `find-function-recenter-line' and `find-function-after-hook'.
+Use \\[xref-find-definitions] to find definitions of functions and variables
+that are not part of Emacs.
+
(fn FUNCTION)" t)
(autoload 'find-function-other-window "find-func" "\
Find, in another window, the definition of FUNCTION near point.
If no file is marked, toggle display of thumbnail on the current file's line.
ARG, if non-nil (interactively, the prefix argument), specifies the files
whose thumbnail display to toggle instead of the marked files: if ARG is an
-integer, use the next ARG (or previous -ARG, if ARG<0) files; any other
-value of ARG means toggle thumbnail display of the current line's file.
+integer, use the next ARG (or previous -ARG, if ARG<0) files; if ARG is
+the symbol `marked', use only the marked files, if any; any other value of
+ARG means toggle thumbnail display of the current line's file.
(fn &optional ARG)" '(dired-mode))
(autoload 'image-dired-jump-thumbnail-buffer "image-dired-dired" "\
\f
;;; Generated autoloads from net/trampver.el
-(push (purecopy '(tramp 2 7 3 -1)) package--builtin-versions)
+(push (purecopy '(tramp 2 7 3 30 2)) package--builtin-versions)
(register-definition-prefixes "trampver" '("tramp-"))
\f